Html Css Color HEX #EE7F85 Carissma

📋 copy color: '#EE7F85'

red 238 ◦ green 127 ◦ blue 133

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

Shades of Carissma #EE7F85

Tints of Carissma #EE7F85

RGB

 RED value IS 238 (93.36% from 255) = 47.79%

 GREEN value IS 127 (50% from 255) = 25.5%

 BLUE value IS 133 (52.34% from 255) = 26.71%

R = 47.79%
G = 25.5%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE7F85 (or 0xEE7F85) is known color: Carissma. HEX triplet: EE, 7F and 85. RGB value is (238,127,133). Sum of RGB (Red+Green+Blue) = 238+127+133=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7F85 is #11807A. Grayscale: #A0A0A0. Windows color (decimal): -1147003 or 8749038. OLE color: 8749038.

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

Color convert

RGB 238 127 133 -
CMYK 0 0.47 0.44 0.07
HSL 356.76º 0.77% 0.72% -
HSV(B) 356.76º 0.47% 0.93% -
XYZ 47.08 35.05 26.47 -
YUV 160.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 238 127 133 0 0.47 0.44 0.07 356.76 0.77 0.72
Hex EE 7F 85 0 2F 2C 7 165 4D 48
Octal 356 177 205 0 57 54 7 545 115 110
Binary 11101110 1111111 10000101 0 101111 101100 111 101100101 1001101 1001000

Color Harmonies of #EE7F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE7F85

Black with #EE7F85

Text Example


Text Example

White with #EE7F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE7F85; }

 p { color: rgb(238,127,133); }

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

background-color css

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

 a { background-color: rgb(238,127,133); }

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

border-color css

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

 span { border-color: rgb(238,127,133); }

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