Html Css Color HEX #ED749A Carissma

📋 copy color: '#ED749A'

red 237 ◦ green 116 ◦ blue 154

#ED749A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #ED749A

Tints of Carissma #ED749A

RGB

 RED value IS 237 (92.97% from 255) = 46.75%

 GREEN value IS 116 (45.7% from 255) = 22.88%

 BLUE value IS 154 (60.55% from 255) = 30.37%

R = 46.75%
G = 22.88%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED749A (or 0xED749A) is known color: Carissma. HEX triplet: ED, 74 and 9A. RGB value is (237,116,154). Sum of RGB (Red+Green+Blue) = 237+116+154=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED749A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED749A is #128B65. Grayscale: #9C9C9C. Windows color (decimal): -1215334 or 10122477. OLE color: 10122477.

HSL color Cylindrical-coordinate representation of color #ED749A: hue angle of 341.16º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED749A is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 154 -
CMYK 0 0.51 0.35 0.07
HSL 341.16º 0.77% 0.69% -
HSV(B) 341.16º 0.51% 0.93% -
XYZ 47 32.83 34.43 -
YUV 156.51 126.59 185.41 -
System Red Green Blue C M Y K H S L
Decimal 237 116 154 0 0.51 0.35 0.07 341.16 0.77 0.69
Hex ED 74 9A 0 33 23 7 155 4D 45
Octal 355 164 232 0 63 43 7 525 115 105
Binary 11101101 1110100 10011010 0 110011 100011 111 101010101 1001101 1000101

Color Harmonies of #ED749A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED749A

Black with #ED749A

Text Example


Text Example

White with #ED749A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED749A; }

 p { color: rgb(237,116,154); }

 H1.HeaderClassName
 {
   color: #ED749A;
 }
 .AnyTagClassName
 {
   color: #ED749A;
 }
</style>

background-color css

<style>
 a { background-color: #ED749A; }

 a { background-color: rgb(237,116,154); }

 div.DivClassName
 {
   background-color: #ED749A;
 }
 .BgClassName
 {
   background-color: #ED749A;
 }
</style>

border-color css

<style>
 span { border-color: #ED749A; }

 span { border-color: rgb(237,116,154); }

 td.TdClassName
 {
   border-color: #ED749A;
 }
 .TagClassName
 {
   border-color: #ED749A;
 }
</style>